home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 2016 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  973 b 

  1. Path: news.zeitgeist.net!usenet
  2. From: mwm@contessa.phone.net (Mike Meyer)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: TCP:
  5. Date: Fri, 1 Mar 1996 11:57:11 PST
  6. Organization: Missionaria Phonibalonica
  7. Distribution: world
  8. Message-ID: <19960301.755C338.AA43@contessa.phone.net>
  9. References: <19960301.71C5AC8.A05@BernEnt.com>
  10. NNTP-Posting-Host: contessa.phone.net
  11. X-NewsReader: Amiga Yarn 3.9, 1995/05/09 10:42:03
  12.  
  13. In <19960301.71C5AC8.A05@BernEnt.com>, bern@aracnet.com (Daniel Reichen) wrote:
  14. > When I test out some of the programs I get a request for a
  15. > volume 'TCP:' I try to assign it to 'AmiTCP:' and I get a not
  16. > connecting response.  What is going on?
  17.  
  18. I suspect you need to upgrade your amitcp to a later version.
  19.  
  20. TCP: is a device interface to the network: you can open specifing a
  21. host/port to connect to, or a port to wait on for connections. It's
  22. used by Rexx scripts and the like to do network things. I even wrote a
  23. WWW server in Rexx using it...
  24.  
  25.     <mike
  26.